home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
F1 Licenseware
/
F1 Licenseware - Volume 1.iso
/
disks
/
073a.dms
/
073a.adf
/
s
/
startup-sequence
< prev
Wrap
Text File
|
1992-02-26
|
2KB
|
43 lines
Setpatch >NIL: ; ROM patch
c:version >NIL: ; find versions
C:addbuffers >NIL: df0: 20 ; speed up accessing
Failat 21 ; in case of error, don't halt script
makedir ram:T ram:Clipboards ram:env ram:env/sys ; Some system drawers
Copy >NIL: ENVARC: ram:env all quiet noreq ; Preferences info
assign ENV: ram:env ; Prefs
assign T: ram:T ; T directory for scripts
assign CLIPS: ram:clipboards ; clip board for Conclip etc.
assign >NIL: KEYMAPS: DEVS:Keymaps ; various system assigns...
assign >NIL: PRINTERS: DEVS:printers
assign >NIL: LOCALE: SYS:Locale
Assign >NIL: LIBS: SYS:classes ADD
Assign >NIL: HELP: LOCALE:Help DEFER
BindDrivers
Setenv Workbench $Workbench
Setenv Kickstart $Kickstart
Iprefs ; Load in preferences information
echo "Amiga Release 2/3. Kickstart $Kickstart, Workbench $Workbench"
conclip
Path RAM: C: SYS: S: SYS:System Add ; Set the search path
System/SetMap gb ; set a British keymap
PPshow SYS:pics/title ; show the F1 copyright picture
cls ; clear the screen
Type s:Message ; display a message
NewShell >NIL: FROM S:CLIndex.startup "CON:0/200/640/56/CLIndex Pro v2.0/CLOSE"
; Make a small CLI window
; at 0,200 size 640 by 56 pixels.
; Title CLIndex with close gadget
Wait 5 ; avoid disk grinding and let user
; read message on screen
LoadWB ; Load up the Workbench
EndCLI >NIL: ; Close the big CLI window